OspfMainProcess is the main process that handles all OSPF processes.
More...
OspfMainProcess is the main process that handles all OSPF processes.
◆ addOspfProcess()
| bool OspfMainProcess::addOspfProcess |
( |
int |
| ) |
|
Adds an OSPF process with the specified ID.
- Parameters
-
| id,the | ID for the OSPF process. |
- Returns
- bool, true if successful, otherwise false.
◆ getOspfProcess()
| Process OspfMainProcess::getOspfProcess |
( |
int |
| ) |
|
Returns the OSPF process with the specified ID.
- Parameters
-
| id,the | ID of the OSPF process of interest. |
- Returns
- Process, the Process object with the specified ID.
◆ getOspfProcessAt()
| Process OspfMainProcess::getOspfProcessAt |
( |
int |
| ) |
|
Returns the OSPF process at the specified index.
- Parameters
-
| index,the | index of the OSPF process of interest. |
- Returns
- Process, the Process object at the specified index.
◆ getOspfProcessCount()
| int OspfMainProcess::getOspfProcessCount |
( |
| ) |
|
Returns the number of OSPF processes.
- Returns
- int, the number of OSPF processes.
◆ removeOspfProcess()
| bool OspfMainProcess::removeOspfProcess |
( |
int |
| ) |
|
Removes the OSPF process with the specified ID.
- Parameters
-
| id,the | ID of the OSPF process. |
- Returns
- bool, true if successful, otherwise false.
The documentation for this class was generated from the following file: